Package-level declarations
Types
Base ExecutionContext interface for mutation and non-mutation field resolvers
A FieldExecutionContext for connection fields, with typed access to ConnectionArguments.
A generic context for resolvers or variable providers
An ExecutionContext provided to field resolvers
An ExecutionContext provided to resolvers for root Mutation type fields
Base ExecutionContext for Node resolvers without access to selections.
A generic context for resolving fields or types
Selection projection available to selective resolvers with composite GraphQL output types.
Describes a root field and the arguments used to call it.
Extended ExecutionContext for Node resolvers with access to selections.
Context for a VariablesProvider, providing access to the arguments and the execution context. This is used to resolve variables dynamically based on the current request context.